Skip to main content
Feedback

Account Settings

Overview

Under “Account Settings”, all information of the logged in user is displayed. Depending on the role of the user, different user information can be displayed and edited here. To get to this page, click the user icon in the bottom-left corner of the API Control Plane.

Administration Portal - Account Settings

Personal Access Token

To create a new Personal Access Token, click the "Create New Personal Access Token" button. In the appearing dialog you have the input fields:

NameThis is the name of the Personal Access Token and can be chosen freely.
Valid forHere you select the validity period in days, how long the token should be valid. With the "empty" selection, the token is valid indefinitely.
PermissionsThis is a selection of permissions generated based on your current user role. You must select at least one permission to create a token.

Administration Portal - Account Settings - Create New Personal Access Token - 01

After pressing the button "Create New Personal Access Token" a new dialog appears, which asks you to copy and save the generated Personal Access Token, because you will not have access to it later.

Administration Portal - Account Settings - Create New Personal Access Token - 02

Permissions

All possible permissions of a Personal Access Token are listed below.

PermissionsDescriptionRole
EVIRONMENT_READRead environments and agent information.Global_Admin
Admin
Basic_User
ENVIRONMENT_WRITEWrite environments, generate or delete agent tokens.Global_Admin
API_READRead APIs and associated data (icon, API versions, spec files, lint results, …). As global admin, this also lets you read the allowed organizations of a restricted API.Global_Admin
Admin
Basic_User
API_WRITEWrite APIs and associated data (icon, API versions, spec files, …). As global admin this also lets you write the allowed organizations of a restricted API.Global_Admin
Admin
Basic_User
USER_READRead users.Global_Admin
Admin
USER_WRITEWrite users. Does not allow invitation of new users, for which USER_INVITATION scope is required.Global_Admin
Admin
APPLICATION_READRead applications.Global_Admin
Admin
Basic_User
APPLICATION_WRITEWrite applications. Deploy applications to environments.Global_Admin
Admin
Basic_User
JOBS_READGet currently running background jobs.Global_Admin
Admin
Basic_User
PLAN_READRead plans.Global_Admin
Admin
Basic_User
PLAN_WRITEWrite plans. Deploy plans to environments.Global_Admin
GIT_CREDENTIALS_READRead git credentials.Global_Admin
Admin
Basic_User
GIT_CREDENTIALS_WRITEWrite git credentials.Global_Admin
SUBSCRIPTIONS_READRead subscriptions.Global_Admin
Admin
Basic_User
SUBSCRIPTIONS_WRITEWrite subscriptions. Deploy subscriptions to environments.Global_Admin
Admin
Basic_User
CONFIGURATION_READRead configuration.Global_Admin
CONFIGURATION_WRITEWrite configuration.Global_Admin
METRICS_READRead API/application metrics.Global_Admin
Admin
Basic_User
ORGANIZATION_READRead organizations.Global_Admin
Admin
Basic_User
ORGANIZATION_WRITEWrite organizations.Global_Admin
Admin
DISCOVERYRun discovery of APIs/applications/plans/subscriptions.Global_Admin
USER_INVITATIONInvite new users.Global_Admin
Admin
APPROVAL_REQUEST_READRead (pending) approval requests.Global_Admin
Admin
APPROVAL_REQUEST_WRITEApprove/Decline approval requests.Global_Admin
Admin
AUDIT_LOG_READRead audit logs.Global_Admin
Admin
RULE_SETS_READRead rule sets.Global_Admin
Admin
Basic_User
RULE_SETS_WRITEWrite rule sets.Global_Admin
DEV_PORTAL_READRead dev portals.Global_Admin
DEV_PORTAL_WRITEWrite dev portals.Global_Admin
PLAN_ASSIGN_APISAssign plans to APIs.Global_Admin
Admin
ACCESS_TENANT_DATARead tier history. Change tier. Read/Write billing information.Global_Admin

Global_Admin gets the following scope automatically

ScopeDescriptionRole
CROSS_ORGANIZATION_ACCESSGrants access to organizations other than the user's own organization. For example, in combination with API_READ, this grants read access to all APIs, while API_READ on its own would only grant access to APIs owned by the user's organization.Global_Admin
On this Page